โ– humdrum codex / glint v1.0.2
license AGPL-3.0
4.0 KB raw
id
TASK-020
title
Spellcheck with undercurl underlines
status
๐ŸŸข In progress
assignee
created_date
2026-06-29 18:11
updated_date
2026-06-30 00:21
labels
feature, release-1
dependencies
priority
medium
ordinal
20000

Description

Lightweight inline spellcheck: red wavy (undercurl) underline under misspelled words, with one-key suggest-and-replace. Catch obvious typos only โ€” not an intense/morphological checker. Must stay zero-cgo so the Homebrew/go-install build keeps working, and must not bloat the binary much.

RENDERING (undercurl)

DICTIONARY (lightweight, pure-Go)

SUGGEST & REPLACE

WHAT TO SKIP (no false positives)

PERSONAL DICTIONARY (easy add)

TOGGLE / DEFAULTS

PERF

Acceptance Criteria